home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
Project_3
/
Calculator.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-12-19
|
270 b
|
22 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
#define TEMP 1
#define SQROOT 2
@interface Calculator:Object
{
id outputForm;
id inputForm;
int calcType;
}
- init;
- calculate:sender;
- convertToTemp:sender;
- convertToSqRoot:sender;
@end